home *** CD-ROM | disk | FTP | other *** search
/ PC User 2003 December / Australian PC User - December 2003 (CD2).iso / software / utils / files / ipnote.exe / 0 / RCDATA / TFRAMESHORTCUT / TFRAMESHORTCUT.txt < prev   
Encoding:
Text File  |  2003-10-01  |  1.7 KB  |  81 lines

  1. inherited FrameShortcut: TFrameShortcut
  2.   HorzScrollBar.Range = 0
  3.   VertScrollBar.Range = 0
  4.   AutoScroll = False
  5.   inherited imgCaption: TImage
  6.     Picture.Data = {<image000.bmp>}
  7.   end
  8.   inherited Label1: TLabel
  9.     Width = 154
  10.     Caption = 'Select Shortcut Folder'
  11.   end
  12.   inherited Label2: TLabel
  13.     Width = 276
  14.     Caption = 'Select the location where setup is to create new shortcuts.'
  15.   end
  16.   object Label3: TLabel
  17.     Left = 8
  18.     Top = 56
  19.     Width = 343
  20.     Height = 39
  21.     Caption = 
  22.       'Setup will add program shortcuts to the Program Folder listed be' +
  23.       'low. You may type a new folder name, or select one from the Exis' +
  24.       'ting Folders list.  Click Next to continue.'
  25.     WordWrap = True
  26.   end
  27.   object Label4: TLabel
  28.     Left = 8
  29.     Top = 104
  30.     Width = 71
  31.     Height = 13
  32.     Caption = 'Program Folder'
  33.   end
  34.   object Label5: TLabel
  35.     Left = 8
  36.     Top = 144
  37.     Width = 71
  38.     Height = 13
  39.     Caption = 'Program Folder'
  40.   end
  41.   object JREdit1: TJREdit
  42.     Left = 8
  43.     Top = 120
  44.     Width = 353
  45.     Height = 21
  46.     TabOrder = 0
  47.     Text = 'IPNote'
  48.     BorderWidth = 3
  49.   end
  50.   object JRCoolPanel1: TJRCoolPanel
  51.     Left = 8
  52.     Top = 160
  53.     Width = 353
  54.     Height = 73
  55.     BorderWidth = 3
  56.     TabOrder = 1
  57.     object ListBox1: TListBox
  58.       Left = 0
  59.       Top = 0
  60.       Width = 347
  61.       Height = 67
  62.       Align = alClient
  63.       BorderStyle = bsNone
  64.       Color = clWhite
  65.       ItemHeight = 13
  66.       TabOrder = 0
  67.       OnClick = ListBox1Click
  68.     end
  69.   end
  70.   object CheckBox1: TCheckBox
  71.     Left = 8
  72.     Top = 240
  73.     Width = 152
  74.     Height = 17
  75.     Caption = 'Create shortcut on desktop'
  76.     Checked = True
  77.     State = cbChecked
  78.     TabOrder = 2
  79.   end
  80. end
  81.